home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-26 | 476 b | 10 lines | [TEXT/$Tcl] |
-
-
- keylset listvar key value ?key2 value2 ...?
- Set the value associated with key, in the keyed list
- contained in the variable listvar, to value. If list-
- var does not exists, it is created. If key is not
- currently in the list, it will be added. If it already
- exists, value replaces the existing value. Multiple
- keywords and values may be specified, if desired.
-